github.com/coder/websocket.Conn.client (field)
10 uses
github.com/coder/websocket (current package)
conn.go#L48: client bool
conn.go#L108: client: cfg.client,
conn.go#L127: if c.client {
read.go#L158: if mr.c.client {
read.go#L165: if mr.c.client {
read.go#L196: if !c.client && !h.masked {
read.go#L491: if !mr.c.client {
write.go#L88: if mw.c.client {
write.go#L222: if mw.c.client {
write.go#L283: if c.client {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |